projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31cd7d0
)
(SHELL, MAKESHELL): Don't use `override'.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 8 Nov 1998 17:18:55 +0000
(17:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 8 Nov 1998 17:18:55 +0000
(17:18 +0000)
msdos/mainmake.v2
patch
|
blob
|
history
diff --git
a/msdos/mainmake.v2
b/msdos/mainmake.v2
index 0f137cd12a3f6462603ee403c6b25412f8bb6a9d..1b82bf644f9b4117e2b6e9852ffb49cc54081b0c 100644
(file)
--- a/
msdos/mainmake.v2
+++ b/
msdos/mainmake.v2
@@
-32,8
+32,8
@@
# This gork is required for those who use a Unix-style shell, and
# have SHELL in the environment pointing to it. Here we force
# Make to use COMMAND.COM instead. This Makefile won't work otherwise.
-
override
SHELL=/dos/command
-
override
MAKESHELL=/dos/command
+SHELL=/dos/command
+MAKESHELL=/dos/command
# Generate a full pathname of the top-level installation directory
top_srcdir := $(subst \,/,$(shell cd))